projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe650f
)
(face-set-after-frame-default): Add comment.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 11 Nov 2009 19:01:10 +0000
(19:01 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 11 Nov 2009 19:01:10 +0000
(19:01 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index e117eb16751200abc9938c70482e957cf86231fe..1dff7d0547a9a021b4f5b610258b920d67218831 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-2038,7
+2038,7
@@
Calculate the face definitions using the face specs, custom theme
settings, X resources, and `face-new-frame-defaults'.
Finally, apply any relevant face attributes found amongst the
frame parameters in PARAMETERS and `default-frame-alist'."
- (dolist (face (nreverse (face-list)))
+ (dolist (face (nreverse (face-list)))
;Why reverse? --Stef
(condition-case ()
(progn
;; Initialize faces from face spec and custom theme.